text/tabwriter.Writer.terminateCell (method)

3 uses

	text/tabwriter (current package)
		tabwriter.go#L468: func (b *Writer) terminateCell(htab bool) int {
		tabwriter.go#L516: 		b.terminateCell(false)
		tabwriter.go#L544: 				ncells := b.terminateCell(ch == '\t')